home *** CD-ROM | disk | FTP | other *** search
- inherited frmCreateParameter: TfrmCreateParameter
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- inherited pnlTop: TPanel
- inherited lblCommandName: TLabel
- Caption = ''
- end
- end
- inherited pnlCenter: TPanel
- inherited pgcControlPage: TPageControl
- inherited tbsAM5Main: TTabSheet
- object lblParamName: TLabel
- Left = 10
- Top = 16
- Width = 205
- Height = 13
- AutoSize = False
- Caption = 'Parameter &Name:'
- FocusControl = edtParamName
- end
- object lblParamValue: TLabel
- Left = 10
- Top = 63
- Width = 209
- Height = 13
- AutoSize = False
- Caption = '&Default Value:'
- FocusControl = memParamValue
- end
- object lblDescription: TLabel
- Left = 10
- Top = 157
- Width = 293
- Height = 13
- AutoSize = False
- Caption = 'De&scription (optional):'
- FocusControl = edtParamDescription
- end
- object edtParamName: TEdit
- Left = 10
- Top = 32
- Width = 224
- Height = 21
- TabOrder = 0
- end
- object memParamValue: TMemo
- Left = 10
- Top = 79
- Width = 449
- Height = 68
- ScrollBars = ssVertical
- TabOrder = 1
- OnKeyDown = memParamValueKeyDown
- end
- object edtParamDescription: TEdit
- Left = 10
- Top = 173
- Width = 224
- Height = 21
- TabOrder = 2
- end
- end
- end
- end
- inherited dxSIBarManager: TdxBarManager
- Categories.ItemsVisibles = (
- 2)
- Categories.Visibles = (
- True)
- PopupMenuLinks = <
- item
- Control = lsvAM5Errors
- PopupMenu = dxCheckPopup
- end>
- DockControlHeights = (
- 0
- 0
- 0
- 0)
- end
- inherited dxCheckPopup: TdxBarPopupMenu
- ItemLinks = <
- item
- Item = itmCheckAllErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end
- item
- Item = itmCheckNoErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end>
- end
- end
-